home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk177 / djfilter / readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  37 lines

  1. This archive is DJ_Filt, a printer filter for the DeskJet-500 (although
  2. it should also work with the other DeskJet's). It's purpose is to allow
  3. user control over the built in features of the printer.
  4.  
  5. DJ_Filt lets you make some real quality documents without even using
  6. a word processor. You can just use an editor (like ed, dme, memacs, or
  7. CygnusEd) to write a document, including DJ_Filt commands where you
  8. want to tell the printer to do something different. These commands are
  9. then translated into escape sequences that the printer can recognize.
  10.  
  11. To try it, look at the file 'test.in' in this archive. It contains
  12. just about all the DJ_FILT commands (described in the DJ_Filt.doc file). 
  13. To see what these commands do, type the command
  14.  
  15.     dj_filt test.in par:
  16.  
  17. If you have your printer connected to the serial port, substitute 'ser:'
  18. for the 'par:'. DO NOT use 'prt:' instead of 'par:' since that would run 
  19. the file through the printer driver, and DJ_Filt is supposed to come 
  20. after the printer driver, or side-step it completely.
  21.  
  22. If you don't want to use DJ_Filt as a standalone program (as used in
  23. the above example) then you have to use the AmigaDOS command 'CMD' to
  24. catch data from the printer driver and pre-process it through dj_filt.
  25. I've included a couple of scripts to show how this works. I use the 
  26. included ProWrite AREXX macro with my ProWrite 3.1 to let me change 
  27. fonts and font sizes within a document, and have it print the way I 
  28. meant it.
  29.  
  30. As explained in the doc file, this program is free, but may not be
  31. redistributed in any form for profit without my permission.
  32.  
  33.                               Steve Anderson 
  34.                           PLink: SNEVL
  35.                           CIS: 74375,1514
  36.  
  37.